home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_e_h / hlptrix.zip / EMBWW.ZIP / GLOBALS.H < prev    next >
Text File  |  1992-05-28  |  211b  |  7 lines

  1. // global variables
  2.  
  3. HBITMAP ghFaceBmp;          // handle to the face bitmap
  4. HANDLE ghInst;              // handle to the error message
  5. char gszError[ERRORSIZE];   // buffer containing the error message
  6.  
  7.